[INFO] cloning repository https://github.com/MoleSir/YouRAM
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MoleSir/YouRAM" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoleSir%2FYouRAM", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoleSir%2FYouRAM'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4a7012af04ca76bcdcf4b7b05f24cc8c7fc47a94
[INFO] testing MoleSir/YouRAM against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMoleSir%2FYouRAM" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MoleSir/YouRAM
[INFO] finished tweaking git repo https://github.com/MoleSir/YouRAM
[INFO] tweaked toml for git repo https://github.com/MoleSir/YouRAM written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MoleSir/YouRAM on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MoleSir/YouRAM already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 76a5f6caa402ec48bc1706a31aaf7ddbcdb825ca8e1442e36a9498554eb3e433
[INFO] running `Command { std: "docker" "start" "-a" "76a5f6caa402ec48bc1706a31aaf7ddbcdb825ca8e1442e36a9498554eb3e433", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76a5f6caa402ec48bc1706a31aaf7ddbcdb825ca8e1442e36a9498554eb3e433", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76a5f6caa402ec48bc1706a31aaf7ddbcdb825ca8e1442e36a9498554eb3e433", kill_on_drop: false }`
[INFO] [stdout] 76a5f6caa402ec48bc1706a31aaf7ddbcdb825ca8e1442e36a9498554eb3e433
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5cfc61481f783061a52756a5070c1eb0e50034d21dba75fc3572f5496a0abf47
[INFO] running `Command { std: "docker" "start" "-a" "5cfc61481f783061a52756a5070c1eb0e50034d21dba75fc3572f5496a0abf47", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling nom v6.1.2
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling bitvec v0.19.6
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling reda-unit-macros v0.3.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling reda-lib-macro v0.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling reda-lib v0.7.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling youram-macro v0.1.0 (/opt/rustwide/workdir/codegen)
[INFO] [stderr]    Compiling reda-unit v0.3.0
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]    Compiling reda-sp v0.2.0
[INFO] [stderr]    Compiling youram v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `format_shr`
[INFO] [stdout]  --> src/circuit/module/core.rs:2:110
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::{check_arg, circuit::{AndArrayArg, Bank, BankArg, CircuitFactory, ControlLogic, ControlLogicArg}, format_shr, YouRAMResult};
[INFO] [stdout]   |                                                                                                              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5cfc61481f783061a52756a5070c1eb0e50034d21dba75fc3572f5496a0abf47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cfc61481f783061a52756a5070c1eb0e50034d21dba75fc3572f5496a0abf47", kill_on_drop: false }`
[INFO] [stdout] 5cfc61481f783061a52756a5070c1eb0e50034d21dba75fc3572f5496a0abf47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd8d6b7e983e009f1636d5b70fec763ff084e7c70598de96f32b301c4778b3c6
[INFO] running `Command { std: "docker" "start" "-a" "bd8d6b7e983e009f1636d5b70fec763ff084e7c70598de96f32b301c4778b3c6", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `format_shr`
[INFO] [stdout]  --> src/circuit/module/core.rs:2:110
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::{check_arg, circuit::{AndArrayArg, Bank, BankArg, CircuitFactory, ControlLogic, ControlLogicArg}, format_shr, YouRAMResult};
[INFO] [stdout]   |                                                                                                              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling youram v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `format_shr`
[INFO] [stdout]  --> src/circuit/module/core.rs:2:110
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::{check_arg, circuit::{AndArrayArg, Bank, BankArg, CircuitFactory, ControlLogic, ControlLogicArg}, format_shr, YouRAMResult};
[INFO] [stdout]   |                                                                                                              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "bd8d6b7e983e009f1636d5b70fec763ff084e7c70598de96f32b301c4778b3c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd8d6b7e983e009f1636d5b70fec763ff084e7c70598de96f32b301c4778b3c6", kill_on_drop: false }`
[INFO] [stdout] bd8d6b7e983e009f1636d5b70fec763ff084e7c70598de96f32b301c4778b3c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9a915e055580d1193878fb15695fc4fca325d8ed6be8c9b002d4208f3bf360a5
[INFO] running `Command { std: "docker" "start" "-a" "9a915e055580d1193878fb15695fc4fca325d8ed6be8c9b002d4208f3bf360a5", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `format_shr`
[INFO] [stderr]  --> src/circuit/module/core.rs:2:110
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::{check_arg, circuit::{AndArrayArg, Bank, BankArg, CircuitFactory, ControlLogic, ControlLogicArg}, format_shr, YouRAMResult};
[INFO] [stderr]   |                                                                                                              ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `youram` (lib) generated 1 warning (run `cargo fix --lib -p youram` to apply 1 suggestion)
[INFO] [stderr] warning: `youram` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/youram-60a5c5cbc08e308d)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test circuit::srdstring::tests::test_dynamic_string_pooling ... ok
[INFO] [stdout] test circuit::srdstring::tests::test_borrow_trait ... ok
[INFO] [stdout] test circuit::srdstring::tests::test_hash_and_eq ... ok
[INFO] [stdout] test circuit::srdstring::tests::test_partial_eq_variants ... ok
[INFO] [stdout] test circuit::srdstring::tests::test_pool_is_global ... ok
[INFO] [stdout] test pdk::cells::tests::test_std_cell_kind ... ok
[INFO] [stdout] test circuit::srdstring::tests::test_static_str ... ok
[INFO] [stdout] test simulate::write::tests::test_basic_commands_written ... ok
[INFO] [stdout] test simulate::write::tests::test_instance_and_cap ... ok
[INFO] [stdout] test simulate::write::tests::test_voltage_sources ... ok
[INFO] [stdout] test circuit::srdstring::tests::test_display_and_deref ... ok
[INFO] [stdout] test pdk::test::test_load_pdk ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.79s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/youram-acd6d430b1aeca23)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/andarray.rs (/opt/rustwide/target/debug/deps/andarray-c929d3de5c0c5382)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] [2m2026-06-12T05:31:11.223188Z[0m [32m INFO[0m create circuit 'and_array_8'
[INFO] [stdout] [2m2026-06-12T05:31:11.223346Z[0m [34mDEBUG[0m add port A0 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223404Z[0m [34mDEBUG[0m add port A1 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223444Z[0m [34mDEBUG[0m add port A2 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223490Z[0m [34mDEBUG[0m add port A3 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223526Z[0m [34mDEBUG[0m add port A4 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223589Z[0m [34mDEBUG[0m add port A5 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223631Z[0m [34mDEBUG[0m add port A6 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223669Z[0m [34mDEBUG[0m add port A7 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223710Z[0m [34mDEBUG[0m add port en to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223758Z[0m [34mDEBUG[0m add port Z0 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223796Z[0m [34mDEBUG[0m add port Z1 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223848Z[0m [34mDEBUG[0m add port Z2 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223887Z[0m [34mDEBUG[0m add port Z3 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223927Z[0m [34mDEBUG[0m add port Z4 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.223968Z[0m [34mDEBUG[0m add port Z5 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224024Z[0m [34mDEBUG[0m add port Z6 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224073Z[0m [34mDEBUG[0m add port Z7 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224169Z[0m [34mDEBUG[0m add port vdd to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224213Z[0m [34mDEBUG[0m add port gnd to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224252Z[0m [34mDEBUG[0m add logicgate and2, x2 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224320Z[0m [34mDEBUG[0m add instance and0 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224393Z[0m [34mDEBUG[0m connect instance and0 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224443Z[0m [34mDEBUG[0m connect pin A1 with net A0
[INFO] [stdout] [2m2026-06-12T05:31:11.224483Z[0m [34mDEBUG[0m connect pin A2 with net en
[INFO] [stdout] [2m2026-06-12T05:31:11.224559Z[0m [34mDEBUG[0m connect pin ZN with net Z0
[INFO] [stdout] [2m2026-06-12T05:31:11.224600Z[0m [34mDEBUG[0m connect pin VDD with net vdd
[INFO] [stdout] [2m2026-06-12T05:31:11.224650Z[0m [34mDEBUG[0m connect pin VSS with net gnd
[INFO] [stdout] [2m2026-06-12T05:31:11.224721Z[0m [34mDEBUG[0m add instance and1 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224763Z[0m [34mDEBUG[0m connect instance and1 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.224836Z[0m [34mDEBUG[0m connect pin A1 with net A1
[INFO] [stdout] [2m2026-06-12T05:31:11.224908Z[0m [34mDEBUG[0m connect pin A2 with net en
[INFO] [stdout] [2m2026-06-12T05:31:11.225022Z[0m [34mDEBUG[0m connect pin ZN with net Z1
[INFO] [stdout] [2m2026-06-12T05:31:11.225061Z[0m [34mDEBUG[0m connect pin VDD with net vdd
[INFO] [stdout] [2m2026-06-12T05:31:11.225123Z[0m [34mDEBUG[0m connect pin VSS with net gnd
[INFO] [stdout] [2m2026-06-12T05:31:11.225171Z[0m [34mDEBUG[0m add instance and2 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.225243Z[0m [34mDEBUG[0m connect instance and2 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.225280Z[0m [34mDEBUG[0m connect pin A1 with net A2
[INFO] [stdout] [2m2026-06-12T05:31:11.225351Z[0m [34mDEBUG[0m connect pin A2 with net en
[INFO] [stdout] [2m2026-06-12T05:31:11.225385Z[0m [34mDEBUG[0m connect pin ZN with net Z2
[INFO] [stdout] [2m2026-06-12T05:31:11.225444Z[0m [34mDEBUG[0m connect pin VDD with net vdd
[INFO] [stdout] [2m2026-06-12T05:31:11.225483Z[0m [34mDEBUG[0m connect pin VSS with net gnd
[INFO] [stdout] [2m2026-06-12T05:31:11.225543Z[0m [34mDEBUG[0m add instance and3 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.225601Z[0m [34mDEBUG[0m connect instance and3 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.225640Z[0m [34mDEBUG[0m connect pin A1 with net A3
[INFO] [stdout] [2m2026-06-12T05:31:11.225695Z[0m [34mDEBUG[0m connect pin A2 with net en
[INFO] [stdout] [2m2026-06-12T05:31:11.225747Z[0m [34mDEBUG[0m connect pin ZN with net Z3
[INFO] [stdout] [2m2026-06-12T05:31:11.225783Z[0m [34mDEBUG[0m connect pin VDD with net vdd
[INFO] [stdout] [2m2026-06-12T05:31:11.225839Z[0m [34mDEBUG[0m connect pin VSS with net gnd
[INFO] [stdout] [2m2026-06-12T05:31:11.225901Z[0m [34mDEBUG[0m add instance and4 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.225964Z[0m [34mDEBUG[0m connect instance and4 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.226012Z[0m [34mDEBUG[0m connect pin A1 with net A4
[INFO] [stdout] [2m2026-06-12T05:31:11.226045Z[0m [34mDEBUG[0m connect pin A2 with net en
[INFO] [stdout] [2m2026-06-12T05:31:11.226105Z[0m [34mDEBUG[0m connect pin ZN with net Z4
[INFO] [stdout] [2m2026-06-12T05:31:11.226141Z[0m [34mDEBUG[0m connect pin VDD with net vdd
[INFO] [stdout] [2m2026-06-12T05:31:11.226194Z[0m [34mDEBUG[0m connect pin VSS with net gnd
[INFO] [stdout] [2m2026-06-12T05:31:11.226259Z[0m [34mDEBUG[0m add instance and5 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.226322Z[0m [34mDEBUG[0m connect instance and5 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.226369Z[0m [34mDEBUG[0m connect pin A1 with net A5
[INFO] [stdout] [2m2026-06-12T05:31:11.226398Z[0m [34mDEBUG[0m connect pin A2 with net en
[INFO] [stdout] [2m2026-06-12T05:31:11.226449Z[0m [34mDEBUG[0m connect pin ZN with net Z5
[INFO] [stdout] [2m2026-06-12T05:31:11.226496Z[0m [34mDEBUG[0m connect pin VDD with net vdd
[INFO] [stdout] [2m2026-06-12T05:31:11.226530Z[0m [34mDEBUG[0m connect pin VSS with net gnd
[INFO] [stdout] [2m2026-06-12T05:31:11.226654Z[0m [34mDEBUG[0m add instance and6 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.226728Z[0m [34mDEBUG[0m connect instance and6 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.226794Z[0m [34mDEBUG[0m connect pin A1 with net A6
[INFO] [stdout] [2m2026-06-12T05:31:11.226852Z[0m [34mDEBUG[0m connect pin A2 with net en
[INFO] [stdout] [2m2026-06-12T05:31:11.226917Z[0m [34mDEBUG[0m connect pin ZN with net Z6
[INFO] [stdout] [2m2026-06-12T05:31:11.227013Z[0m [34mDEBUG[0m connect pin VDD with net vdd
[INFO] [stdout] [2m2026-06-12T05:31:11.227121Z[0m [34mDEBUG[0m connect pin VSS with net gnd
[INFO] [stdout] [2m2026-06-12T05:31:11.227253Z[0m [34mDEBUG[0m add instance and7 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.227349Z[0m [34mDEBUG[0m connect instance and7 to circuit and_array_8
[INFO] [stdout] [2m2026-06-12T05:31:11.227388Z[0m [34mDEBUG[0m connect pin A1 with net A7
[INFO] [stdout] [2m2026-06-12T05:31:11.227463Z[0m [34mDEBUG[0m connect pin A2 with net en
[INFO] [stdout] [2m2026-06-12T05:31:11.227507Z[0m [34mDEBUG[0m connect pin ZN with net Z7
[INFO] [stdout] [2m2026-06-12T05:31:11.227584Z[0m [34mDEBUG[0m connect pin VDD with net vdd
[INFO] [stdout] [2m2026-06-12T05:31:11.227623Z[0m [34mDEBUG[0m connect pin VSS with net gnd
[INFO] [stdout] [2m2026-06-12T05:31:11.227703Z[0m [32m INFO[0m write circuit and_array_8 to "./temp/andarray.sp"
[INFO] [stdout] test main ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- main stdout ----
[INFO] [stdout] Err: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (31) panicked at tests/andarray.rs:108:9:
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x569d4d206ae8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x569d4d206ae8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x569d4d206ae8 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x569d4d206ae8 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x569d4d21db0a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x569d4d21db0a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x569d4d20b4e2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x569d4d20b4e2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x569d4d1e52a6 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x569d4d1e52a6 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x569d4d1feba9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x569d4cd38afc - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x569d4cd38afc - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x569d4d1fed62 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x569d4d1fed62 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x569d4d1e5394 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x569d4d1dcb79 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x569d4d1e607d - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x569d4d21e34c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x569d4ccda593 - andarray[181b02004271d3ab]::main
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/andarray.rs:108:9
[INFO] [stdout]   20:     0x569d4ccd6067 - andarray[181b02004271d3ab]::main::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/andarray.rs:105:10
[INFO] [stdout]   21:     0x569d4cceafa6 - <andarray[181b02004271d3ab]::main::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x569d4cd2bbdb - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x569d4cd2bbdb - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x569d4cd39455 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x569d4cd39455 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x569d4cd39455 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x569d4cd39455 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x569d4cd39455 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x569d4cd39455 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x569d4cd39455 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x569d4cd33fb4 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x569d4cd33fb4 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x569d4cd3c4d2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x569d4cd3c4d2 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x569d4cd3c4d2 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x569d4cd3c4d2 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x569d4cd3c4d2 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x569d4cd3c4d2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x569d4cd3c4d2 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x569d4d2060df - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   41:     0x569d4d2060df - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x795e885a2aa4 - <unknown>
[INFO] [stdout]   43:     0x795e8862fa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     main
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.98s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test andarray`
[INFO] running `Command { std: "docker" "inspect" "9a915e055580d1193878fb15695fc4fca325d8ed6be8c9b002d4208f3bf360a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a915e055580d1193878fb15695fc4fca325d8ed6be8c9b002d4208f3bf360a5", kill_on_drop: false }`
[INFO] [stdout] 9a915e055580d1193878fb15695fc4fca325d8ed6be8c9b002d4208f3bf360a5
